Honour XEN_LINUX_GIT_LOCALBRANCH and XEN_LINUX_GITREV variables
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 12 May 2010 07:43:47 +0000 (08:43 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 12 May 2010 07:43:47 +0000 (08:43 +0100)
commit96e41900457d66aedbb85647e48a431a575bcdfa
tree40e50bed5ecf8df3cebf2e162141b39bb061d9fb
parented562546ce8d129a7e708e2111b905a064a0b359
Honour XEN_LINUX_GIT_LOCALBRANCH and XEN_LINUX_GITREV variables

XEN_GIT_ORIGIN to set the name of the remote origin; the default is
still "xen".

XEN_LINUX_GIT_LOCALBRANCH allows the name of the local branch to be
set.  The default is the same as the remote branch.

XEN_LINUX_GITREV allows a specific GIT revision to be checked out,
rather than a branch.  By default it is the remote branch name.

This change should result in no change in behaviour in the normal
case.

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
buildconfigs/src.git-clone